home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_1.3 / Includes1.3 / include.h / workbench / icon.h next >
Encoding:
C/C++ Source or Header  |  1988-07-15  |  870 b   |  35 lines

  1. #ifndef WORKBENCH_ICON_H
  2. #define WORKBENCH_ICON_H
  3. /*
  4. **    $Filename: workbench/icon.h $
  5. **    $Release: 1.3 $
  6. **
  7. **    external declarations for workbench support library 
  8. **
  9. **    (C) Copyright 1985,1986,1987,1988 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. /********************************************************************
  14. *
  15. * library structures
  16. *
  17. ********************************************************************/
  18.  
  19.  
  20. #define ICONNAME    "icon.library"
  21.  
  22. /********************************************************************
  23. *
  24. * function types
  25. *
  26. ********************************************************************/
  27.  
  28. struct WBObject *GetWBObject(), *AllocWBObject();
  29. struct DiskObject *GetDiskObject();
  30. LONG PutWBObject(), PutIcon(), GetIcon(), MatchToolValue();
  31. VOID FreeFreeList(), FreeWBObject(), AddFreeList();
  32. char *FindToolType();
  33.  
  34. #endif    /* WORKBENCH_ICON_H */
  35.